Welcome![Sign In][Sign Up]
Location:
Search - tcp in delphi

Search list

[Internet-NetworkDtss20

Description: 本软件用于通用的基于TCP协议的数据转发,支持多代理服务器。- This software general uses in to retransmit based on the TCP agreement data, supports the multi- proxies server.
Platform: | Size: 319488 | Author: | Hits:

[Internet-Network2004100111112520622

Description: TCP/UDP局域网通讯 通过SOCKET,用DELPHI实现的可以在局域网中实现通信的程序。-TCP/UDP Socket LAN communications through the use of the DELPHI in LAN communications procedures.
Platform: | Size: 234496 | Author: 胡勇擎 | Hits:

[ICQ-IM-Chatxue_wen_Pchat

Description: 本人初学delphi的网络开发,对许多的东西还不是很通,但这个代码也是呕心(不是恶心:-) )之作!因为初学往往把握不准核心,有缺乏通俗的教材,故而曰:万事开头难! 这个程序的目的:希望能对刚开始学习网络开发得朋友一点提示!了解基本的网络开发流程!学习使用delphi的网络组件! 这个小程序实现了:客户端线服务器的连接,服务器接受后根据客户的要求转发信息,从而实现多个客户端的交流! 这个程序的不足:由于时间仓促仅实现了核心功能,对于像qq那样的注册和管理客户信息都没有完善,但是我认为这与信息的发送是同理的,在以后有时间我会再继续学习完善的! 我的期待:希望大家能给我的程序提点意见,无论是从想法上,还是程序的风格上……只要您说,就是对我的帮助,我会感激不尽的! 使用的组件:IdTCPClient,IdTCPServer -I Beginners network development, many of the right things is still valid, but the code is disgusting (not nausea :-)) of for! Because beginners often not allowed to grasp the core, a lack of common materials, the club said : Everything is hard in the beginning! The purpose of this procedure : The hope is to just start learning network development in a friend suggested 1:00! Basic understanding of the network development process! Delphi learning to use the network components! This small program : client server line connectivity, server customers after receiving the request forward, thereby number of client communication! The procedures are inadequate : only limited time to achieve a core functions, such as qq the registration and management of customer information is not perfect, but I thin
Platform: | Size: 585728 | Author: | Hits:

[TCP/IP stackShowProtocal

Description: 枚举所有的网络层协议。通过本程序可以以树状结构列出所有的TCP/IP协议。-Enumerate all the network layer protocol. Through this process can be listed in a tree structure of all the TCP/IP protocol.
Platform: | Size: 2125824 | Author: 郭海 | Hits:

[Internet-Networkmasm_Feiler_v1.0

Description: 多线程 网络传输 开发环境:Delphi7.0+WinXP,没用其他控件(除了Delphi自带的Indy) 传输协议:TCP/IP 客户端一次发送65000字节的包,服务端负责组装并处理数据粘连。 使用ReadBuffer(),Send()函数来接收发送Buffer内字节,这样作的目的是使程序具有更好的灵活性。你可以自定义Buffer内那些字节的含义,例如是字符串、图像、声音、命令等等。 文件的多线程读写采用windows内存映像技术。 关键的服务器处理函数IdTCPServer1Execute(AThread: TIdPeerThread)是非线程安全的。如果使用临界区,那么多线程将在这里串行执行,严重降低多线程效率。对此,我采用一个简单的办法,具体可以看程序。-multithreaded network transmission development environment : Delphi7.0 WinXP, useless other controls (except for the Delphi Indy own) transmission protocol : TCP/IP client to send a 65,000-byte packets, the server is responsible for assembling and processing data adhesion. Use ReadBuffer (), Send () function to receive this Buffer byte, for the purpose of this is to make procedures better flexibility. You can define Buffer byte within the meaning of those, such as strings, images, sounds, etc. order. The documents used to read and write multi-threaded windows memory mapping technology. Key server function IdTCPServer1Execute (AThread : TIdPeerThread) non-thread safe. If the use of critical areas, so many threads here on serial implementation, a serious decline in the efficiency of multit
Platform: | Size: 69632 | Author: 水滴 | Hits:

[Internet-Network多线程网络传输

Description: 在盒子里得到了这么多朋友无私的帮助,真的表示感谢!看到很多朋友在寻求多线程网络传输代码,为此,从我开发的网络棋牌游戏中整理出这个献给大家:) 开发环境:Delphi7.0+WinXP,没用其他控件(除了Delphi自带的Indy) 使用协议:TCP/IP 客户端一次发送65000字节的包,服务端负责组装并处理数据粘连。 使用ReadBuffer(),Send()函数来接收发送Buffer内字节,这样作的目的是使程序具有更好的灵活性。你可以自定义Buffer内那些字节的含义,例如是字符串、图像、声音、命令等等。 文件的多线程读写采用windows内存映像技术。 关键的服务器处理函数IdTCPServer1Execute(AThread: TIdPeerThread)是非线程安全的。如果使用临界区,那么多线程将在这里串行执行,严重降低多线程效率。对此,我采用一个简单的办法,具体可以看程序。-be in the box so many friends selfless help and really grateful! Many friends in the search for multi-threaded network transmission code, for from my development of the network and dominoes game sorted out the dedicated people :) development environment : Delphi7.0 WinXP, useless other controls (except for the Delphi Indy own) use agreement : TCP/IP client to send a 65,000-byte packets, the server is responsible for assembling and processing data adhesion. Use ReadBuffer (), Send () function to receive this Buffer byte, for the purpose of this is to make procedures better flexibility. You can define Buffer byte within the meaning of those, such as strings, images, sounds, etc. order. The documents used to read and write multi-threaded windows memory mapping technology. Key server functio
Platform: | Size: 54272 | Author: tom | Hits:

[Internet-NetworkRMIexample

Description: 这个一个远程方法调用(RMI)例子,客户端获取上次登陆的时间.这里的服务器要连上 sqlServer,来存储不同用户登陆的时间.-this a remote method invocation (RMI) example, client access to the last landing time. here the server to connect sqlServer. different users to store landing time.
Platform: | Size: 116736 | Author: 邹文科 | Hits:

[Remote ControlServerClient-tcp

Description: 一个做得还不错的远程控制程序,服务端、客户端做在一起-done a pretty good distance control procedures, server, the client do together
Platform: | Size: 416768 | Author: cruise | Hits:

[TCP/IP stackping(Delphi)

Description: 一个DELPHI 代码写的PING程序,可以作为一个例子-a code written in DELPHI PING procedures, as an example
Platform: | Size: 186368 | Author: iindepth | Hits:

[Video CaptureVideoTransmission(INDY10)

Description: 在原先源码的基础上修改,能够在基于indy10的delphi2007环境下编译通过,支持udp和tcp两种方式。-In the original source based on changes in the indy10 based compiler through delphi2007 environment, support udp and tcp in two ways.
Platform: | Size: 1204224 | Author: 阿牛 | Hits:

[TCP/IP stackTCPKeepAlive

Description: 通过代码示例,演示如果使用windows API 设置TCP/IP心跳包,利用TCP/IP协议自带的KeepAlive功能断开孤立连接。-Through the sample code to demonstrate if you are using windows API set TCP/IP heartbeat packets using TCP/IP protocol KeepAlive feature built-in disconnect to connect isolated.
Platform: | Size: 446464 | Author: 疯鱼 | Hits:

[Communication-Mobiletcpserver

Description: 此程序是利用DELPHI的INDY通讯控件来进行CLIENT端和SEVER端的通讯-This procedure is the use of DELPHI' s INDY communications CLIENT control to client and client communications SEVER
Platform: | Size: 396288 | Author: alan | Hits:

[TCP/IP stackCOM-TCP

Description: 一款企业内部实际应用中的串口及TCP测试软件,功能强大,灵活设置一下,可用于你实际开发参考及测试。-A practical application within the enterprise in the serial and TCP test software, powerful and flexible set up what can be used to refer to you the actual development and testing.
Platform: | Size: 248832 | Author: 陈锦瑞 | Hits:

[Delphi/CppBuilderdelphi-developers-guide-to-xml-wordware-delphi-de

Description: Developer s Guide to Delphi Communications is another addition to the highly successful Delphi series from Wordware. This the only title on the market that provides a comprehensive overview to the communications capability of Delphi relative to the major communications protocols, such as TCP/IP, MAPI, SMTP, and HTTP. Addison-Wesley Nitty Gritty Programming Series provides the most important facts that you willneed to know to get up and running in new programming topics quickly and when you have becomeproficient you can use it as an on-going reference book for all the fundamentals. Divided into three sections, this book provides everything you need to know to startprogramming in Delphi 6.-Developer s Guide to Delphi Communications is another addition to the highly successful Delphi series from Wordware. This is the only title on the market that provides a comprehensive overview to the communications capability of Delphi relative to the major communications protocols, such as TCP/IP, MAPI, SMTP, and HTTP. Addison-Wesley Nitty Gritty Programming Series provides the most important facts that you willneed to know to get up and running in new programming topics quickly and when you have becomeproficient you can use it as an on-going reference book for all the fundamentals. Divided into three sections, this book provides everything you need to know to startprogramming in Delphi 6.
Platform: | Size: 4104192 | Author: chane | Hits:

[TCP/IP stacknetworking-self-teaching-guide-osi-tcp-ip-lans.ra

Description: * Manage all the components within a node * Take advantage of the Ethernet, today s most prominent LAN technology * Utilize the most commonly deployed standards and technologies in networking * Ensure that information flows smoothly and without error between the upper layers * Allow for direct communication between network nodes over a physical channel * Apply and develop design concepts for a given network * Prevent network attacks and perform traffic monitoring and analysis * Troubleshoot any network problem using proven strategies -* Manage all the components within a node * Take advantage of the Ethernet, today s most prominent LAN technology * Utilize the most commonly deployed standards and technologies in networking * Ensure that information flows smoothly and without error between the upper layers * Allow for direct communication between network nodes over a physical channel * Apply and develop design concepts for a given network * Prevent network attacks and perform traffic monitoring and analysis * Troubleshoot any network problem using proven strategies
Platform: | Size: 8690688 | Author: chane | Hits:

[CommunicationDelphi_ModbusDll

Description: Simple demo of modbus/tcp register read write in Delphi 5
Platform: | Size: 228352 | Author: Andrew Clayton | Hits:

[Internet-NetworkSocket

Description: 这个文件实现了文件传输功能,简单的应用了Socket tcp/ip-The File can transmission file with Socket tcp or ip,which is maked in delphi 7 and with Pascal language
Platform: | Size: 386048 | Author: 李小军 | Hits:

[Internet-NetworkDelphi-Socket-TCP-

Description: delphi 实现socket TCP 通讯,通过winsocke的封装,实现了WIN API socket通讯 代码通过EXE的Server端,client端来实现TCP通讯,并封装了DLL;避免了Delphi自带 的soket控件在Dll中无法收到消息的问题。-delphi socket TCP communication to achieve, through winsocke package to achieve the WIN API socket communication through the EXE of the Server-side code, client side to achieve TCP communication, and package the DLL avoid soket control that comes with Delphi can not be received in the Dll message problem.
Platform: | Size: 1378304 | Author: daihongwei | Hits:

[Delphi VCLIndyProtoSrc

Description: Example of using TCP connection Client Server using Indy10 in Delphi 2010.
Platform: | Size: 51200 | Author: jhony.angel | Hits:

[Delphi VCL我的tcp

Description: Delphi中的tcp控件可以实现文本传输(Implementation of Text Transfer by TCP Control in Delphi)
Platform: | Size: 5137408 | Author: 小楼月 | Hits:
« 12 3 »

CodeBus www.codebus.net